Use PEEnableNthAlert to enable or disable a Report Alert.
BOOL CRPE_API PEEnableNthAlert (short printJob, short alertN, BOOL enabled);
Specifies the print job for which you want to enable or disable Report Alerts. | |
Specifies wether or not to enable the Report Alert. Set to TRUE to enable, or set to FALSE to disable. |
Declare Function PEEnableNthAlert Lib "crpe32.dll" (ByVal printJob%, ByVal alertN%, enabled As Integer) As Integer
function PEEnableNthAlert( printJob : Smallint; alertN : Smallint; enabled : boolean) : boolean stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |